docs: Fix link to g_signal_emit()
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 1 Nov 2021 12:54:07 +0000 (12:54 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 1 Nov 2021 12:54:07 +0000 (12:54 +0000)
gdk/gdkclipboard.c

index b2fd191538a7b1f101931ed56253f88398615711..3daf2dcb04bb62b1a9109843a00de297e19fb5c9 100644 (file)
@@ -1253,14 +1253,14 @@ gdk_clipboard_set_content (GdkClipboard       *clipboard,
  * @...: value contents conforming to @type
  *
  * Sets the clipboard to contain the value collected from the given varargs.
- * 
+ *
  * Values should be passed the same way they are passed to other value
  * collecting APIs, such as [`method@GObject.Object.set`] or
- * [`id@g_signal_emit`].
+ * [`func@GObject.signal_emit`].
  *
  * ```c
  * gdk_clipboard_set (clipboard, GTK_TYPE_STRING, "Hello World");
- * 
+ *
  * gdk_clipboard_set (clipboard, GDK_TYPE_TEXTURE, some_texture);
  * ```
  */